home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Macintosh Sample Code / SCN (MPW) / SCN.003.SillyBalls < prev    next >
Encoding:
Text File  |  1990-01-16  |  1.4 KB  |  34 lines  |  [TEXT/MPS ]

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #3:    SillyBalls
  7.  
  8. Written by:    Bo3b Johnson
  9.  
  10. Versions:           1.00                        August 1988
  11.  
  12. Components:         SillyBalls.p                August 1, 1988
  13.                     SillyBalls.c                August 1, 1988
  14.                     PSillyBalls.make            August 1, 1988
  15.                     CSillyBalls.make            August 1, 1988
  16. _____________________________________________________________________________
  17.  
  18. SillyBalls is a very simple application that demonstrates how to 
  19. use Color QuickDraw.  It is about two pages of code, and it does 
  20. nothing more than open a color window and draw randomly colored 
  21. ovals in the window.
  22.  
  23. The purpose of SillyBalls is to demonstrate how to get quick 
  24. results with Color QuickDraw.  It is a complete program, but it is 
  25. very short to be as clear as possible.  It does not have an event 
  26. loop, and it is not fully functional, in the sense that it does 
  27. not do all the things one would normally expect from a well-
  28. behaved Macintosh application (i.e., use an event loop, size the 
  29. window naturally, use menus, etc.)
  30.  
  31. We recommend that you review Sample or TESample for the general 
  32. structure and MultiFinder techniques you should use when writing a 
  33. new application.
  34.